projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcf9683
)
(count_size_as_multibyte): Use macro CHAR_BYTES instead of Fchar_bytes.
author
Kenichi Handa
<handa@m17n.org>
Fri, 28 Aug 1998 12:22:39 +0000
(12:22 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 28 Aug 1998 12:22:39 +0000
(12:22 +0000)
src/insdel.c
patch
|
blob
|
history
diff --git
a/src/insdel.c
b/src/insdel.c
index 274318288eefd8bb6b49b3b6bd632958e49b6f7d..dc8cd66ee061b334c0af21fb876215e0c590b073 100644
(file)
--- a/
src/insdel.c
+++ b/
src/insdel.c
@@
-773,7
+773,7
@@
count_size_as_multibyte (ptr, nbytes)
else
{
c = unibyte_char_to_multibyte (c);
- outgoing_nbytes +=
XINT (Fchar_bytes (make_number (c))
);
+ outgoing_nbytes +=
CHAR_BYTES (c
);
}
}